ParagraphItem
Run
Run (private) | Private constructor. |
Bold | If set to true then text in the Run has Bold style. |
Caps | Sets or gets the text caps (None, Caps or Smallcaps) |
ComplexRunFieldData | Returns extra data for a complex run field. |
ComplexRunFieldType | Returns the type of the field which the complex run carries if the run is a complex run. |
ComplexRunPartCount | Returns number of parts in the current complex run if the run is part of a complex run. |
Drawing | Gets drawing object from the Run. |
FieldSeparator | Returns info on if the run is field separator. |
FieldSeparatorLock | Returns true if the field separator has lock on it. |
FontName | Name of the font in the Run. |
FontSize | Size of the font in the Run. |
HasTextColor | Returns true if the Run has TextColor on it. |
HasUnderlineColor | Returns true if Underline in the Run has color on it, else false. |
HighlightColor | Sets or gets the highlight color in the Run. |
InstrText | Used to read special info, mostly for legacy versions of the Word file format. For example then old versions of the file format can store hyperlinks here instead of in hyperlink object. |
IsDrawing | Returns true if the run object is Drawing, else false. |
IsPageBreak | Returns true if the run is PageBreak. |
IsPartOfComplexRun | Returns true if the Run is part of complex Run. |
IsShape | Returns true if the Run is Shape. |
Italic | If set to true then text on the Run has Italic style. |
LanguageCode | Sets or gets language code for the Run. For example de-DE for Germany, is-IS for Iceland, en-US for English American, etc) |
OwnerParagraph (Inherited) | Returns the Paragraph which owns the ParagraphItem. |
Shape | Returns the shape object of the Run if the Run is a shape, else nil is returned. |
ShapeGroup | Returns ShapeGroup if the Run has ShapeGroup. |
Spacing | Added Spacing property to the Run class. Added Spacing property to the StylePart class. Updated the miniz library used for the compression under the hood in the Word plugin. Fixed issue with reading Bold and Italic properties. |
Strikethrough | Sets or gets strike through style. |
Style | Sets or gets predefined CharacterStyle for the Run. When reading then nil will be returned no character style has been set. |
TabSegmentCount | Returns number of Tab segments in the Run. |
Text | Text which the run carries. |
TextColor | Color for the text on the Run. |
Underline | Sets or gets the underline style. |
UnderlineColor | Returns color of the Underline or black if there is no color or is no underline. |
VerticalAlignment | Sets or gets vertical alignment which is basically subscript and superscript. |
ApplyFieldData | Applies field data to the given Run only. |
ClearTextColor | Removes text color, setting TextColor to none. |
ClearUnderlineColor | Removes underline color, setting UnderlineColor to none. |
ComplexRunPart | Returns Run at given index belonging to a complex Run. |
SetUnderlineWithColor | Sets underline and color for the underline. |
TabSegmentText | Gets or sets text of a given tab segment. |